home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 June / PSL Monthly Shareware CD-ROM (June 1994) (Public Software Library).bin / pastnews / news9402.pgm < prev    next >
Text File  |  1994-01-10  |  7KB  |  183 lines

  1. =====Programming
  2.  
  3.  
  4. -----Assembler
  5.  
  6. Bullet 1.7b [BLTC17] (Cornel Huth, reg. fee: $80) is a library of assembly
  7. language routines to access dBASE files from C.
  8.  
  9. CoreAids Macro Assembler Subroutine Library Utilities 1.0 [COREAID]
  10. (CoreTechs, reg. fee: $0) is a set of over 50 MASM routines that modify
  11. memory block size, write character attributes to the screen, set cursor
  12. position, get a line of text from the keyboard, display and convert between
  13. hexadecimal and ASCII codes, control buffers, load and executes other
  14. programs, and more.
  15.  
  16.  
  17. -----BASIC, QuickBASIC
  18.  
  19. BasicBasic 1.50a [BB150A] (Mark Davidsaver, reg. fee: $30) is a complete
  20. BASIC language program development System. It includes an editor, compiler,
  21. runtime and sample programs, and plays WAV files. It includes modules to
  22. run under DOS and Windows.
  23.  
  24. BarCodes-Lite 1.0 [BCLITE] (GRAFTech Development Corp., ASP; reg. fee:
  25. $100) lets you add barcode printing to your apps which will work on all
  26. printers.
  27.  
  28. Binary 1.0 [BINARY] (John De Palma, reg. fee: $0) converts GWBasic programs
  29. to ASCII which were saved in protected.
  30.  
  31. Border 1.0 [BORDER] (John De Palma, reg. fee: $0) is a QuickBasic program
  32. to put a colored border around your screen.
  33.  
  34. GetImage 1.0 [GIMAGE] (Matt Houser, reg. fee: $0) is VBDOS code for reading
  35. and displaying PCX files. It is very slow, especially for large PCX files,
  36. because it writes the decoded info to a file and then loads the file to
  37. display the image, but it may be useful for some purposes, and the source
  38. code is educational.
  39.  
  40. NetUtil 1.0 [NETUTIL] (West Valley Software Company, reg. fee: $0) is a
  41. demo of Network System Calls for Basic. Its primary purpose is to
  42. demonstrate how system level calls are used with VBDOS.
  43.  
  44. PCX2BSV 1.0 [PCX2BSV] (ARF Enterprises, reg. fee: $5) converts
  45. 640x480x16-color PCX graphics to BSAVE format.
  46.  
  47. Shadowbx 2.0 [SHADOW] (John De Palma, reg. fee: $0) is a QBasic program
  48. which allows you to create 3-D style text boxes that show the text in the
  49. shadow. It includes 23 different backgrounds.
  50.  
  51.  
  52. -----`C': Small Routines and Tools
  53.  
  54. Dynamic Memory Manager Interface for C 1.3c [DMMC] (Sebastien Demers, reg.
  55. fee: $28) allows programmers to implement a virtual memory manager within
  56. any program written in C or assembler.
  57.  
  58. ListViewBox Class [LISTVI] (Craig Porter, reg. fee: $0) is a multilple-list
  59. ListViewBox.
  60.  
  61. ListList 5.0 [LLIST] (Lee Malone, reg. fee: $5) is a linked list manager,
  62. written in C,  which solves the general problem of how to organize odd
  63. pieces of data held anywhere in memory. A linked list can make processing
  64. data easier by ordering and grouping related data.
  65.  
  66. Portable C++ Tutorial 1.01 [PCT10] (Tim Boreham, reg. fee: $20) is a demo
  67. of Portable C++, a language and programming system designed to allow the
  68. programmer to create C++ compatible programs that are portable and object
  69. oriented.
  70.  
  71. SSpawn [SSPAWN] (Paul Penrose, reg. fee: $0) is a spawn function for
  72. Borland C programs that will swap out most of the program to EMS or disk
  73. before spawning. Assembly source code is included.
  74.  
  75.  
  76. ---Updates: `C': Small Routines and Tools
  77.  
  78. (PG-04) Killer Date Class 4.8 [DATECL] (Ly Minh Trí, reg. fee: $0) is a
  79. full-function date class for C. NEW: adds a new member function date which
  80. determines if the current date object is within daylight savings time.
  81.  
  82. (PG-04) strX 2.3 [STRX] (Woll2Woll Software, reg. fee: $10) is an improved,
  83. general purpose STR class. NEW: Windows 3.1 support, and added member
  84. functions itostr and strtoi.
  85.  
  86. (PG-04) THandler 2.0 [THANDL] (Comsoft Software, reg. fee: $23) is an
  87. interrupt 24H handler that replaces Turbo Vision's TSystemError class.
  88.  
  89.  
  90. -----`C': Large Libraries, Utils.
  91.  
  92. ObjectCraft 2.1 [OCDEMO] (Object Oriented Tecnologies, reg. fee: $0) is a
  93. demo of a tutorial for learning Object Oriented techniques and, for more
  94. experienced developers, applications can be developed in OC and C++ or
  95. Turbo Pascal code generated automatically from these applications. Requires
  96. VGA, 430k of DOS memory, and 650K of disk space.
  97.  
  98. PC_Opt 1.1 [PCOPT110] (Optimite Systems, ASP; reg. fee: $20) is a
  99. post-compile object module optimizer for Borland C 3.1 and all OMF standard
  100. format object modules and object libraries. It performs far to near
  101. procedure conversion, register parameter passing conversion, stack clearing
  102. conversion and dead code elimination. Requires 512K RAM.
  103.  
  104. Pretty Good Privacy Source Code 2.3 [PGP23S] (Phil Zimmerman, reg. fee: $0)
  105. is the C source code to the encryption utility program entitled Pretty Good
  106. Privacy.
  107.  
  108.  
  109. ---Updates: `C': Large Libraries, Utils.
  110.  
  111. (PG-4a) CEnvi 1.007 [CENVID] (Brent Noorda, reg. fee: $38) is a simple
  112. interpreter that uses C syntax.
  113.  
  114. (PG-4a) GoGame 2.0 [GOGAME] (Colin Walker, reg. fee: $0) is the Turbo C
  115. source code for the game of Go.
  116.  
  117. (PG-4a) Panels for C 2.4 [PANELC] (Jay Brown, reg. fee: $25-45) is a set of
  118. routines for doing screen i/o.
  119.  
  120. (PG-4a) TVColorDialog 2.0 [TVCOLORD] (Comsoft Software, reg. fee: $23) is a
  121. TV dialog box for changing an app's colors and background pattern.
  122.  
  123.  
  124. -----Pascal: Small Subroutines
  125.  
  126. ODBC [ODBC] (Yasser Asmi, reg. fee: $0) is the Pascal source code and a
  127. sample application which allows access to almost any database program.
  128.  
  129. PasUtils [PASUTILS] (Daniel N. Leeks, reg. fee: $15) contains two Pascal
  130. utilities: LISTER lists the source lines of pascal programs. CROSSREF lists
  131. each identifier in a pascal program and the lines on which they appear.
  132.  
  133. Run-time Error Handling & Recovery 1.0 [RTE03] (Hans Schleichert, reg. fee:
  134. $0) is a set of BP7 routines to perform run-time error handling from errors
  135. for real and protected mode targets. Includes error messages, error
  136. recovery, stack trace, overlay trace, and formatted output. Pascal source
  137. code and assembler code included.
  138.  
  139. TVToys 1.1 [TVTOYS] (Peter Brandstrom, reg. fee: $0) is a collectin of
  140. TP7.0 routines. It includes an improved help viewer, extended video mode
  141. support, a mouse unit that limits the effects of buggy mouse drivers in
  142. extended video modes, two demonstration programs, and more. Full Pascal
  143. source code included.
  144.  
  145.  
  146. ---Updates: Pascal: Small Subroutines
  147.  
  148. (PG-06) OMenu 1.01 [OMENU] (Jay Faubion, reg. fee: $0) is a GUI dropdown
  149. menu system for Borland Pascal 7.0.
  150.  
  151.  
  152. -----Other Languages
  153.  
  154. CobSTR 1.11 [COBSTR] (N.H.Jennings, reg. fee: $25) is a set of COBOL source
  155. analysis tools which create various hierarchy charts from the source code.
  156.  
  157.  
  158. -----General Tools & Info.
  159.  
  160. BETA Test Program 3.0 [BETA30] (MyLife Software, ASP; reg. fee: $24)
  161. assists authors in developing an effective beta test program. It includes a
  162. report generator that allows for easy isolation of troublesome bugs in beta
  163. software. This version includes the report generator which has a new TSR
  164. function.
  165.  
  166. C25SIM 1.0 [C25SIM] (Will Ware, reg. fee: $20) is a simulator for the Texas
  167. Instruments TMS320C25 digital signal processor.
  168.  
  169. IntSpy 1.1 [INTSPY] (Frits Wiarda, reg. fee: $50) monitors system
  170. interrupts made by another program.
  171.  
  172.  
  173. ---Updates: General Tools & Info.
  174.  
  175. (PG-08) Install 4.0 [INSTL4] (Ken Illig, reg. fee: $0) is a simple software
  176. installation program. NEW: 3 more parameters which execute self extracting
  177. and batch files.
  178.  
  179. (PG-08) Universal Install 1.4 [UNST14] (The GoodSoft Co., ASP; reg. fee:
  180. $36) is a professional installation package.
  181.  
  182.  
  183.